* {
  box-sizing: border-box;
}
.z-swiper-container {
  width: 100%;
  min-width:1000px;
  height: 380px;
  overflow: hidden;
  margin-bottom: 15px !important;
}
.z-swiper-container a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.z-swiper-container .swiper-pagination {
  width: 100%;
  height: 15px;
  text-align: center;
  position: absolute;
  z-index: 1;
  bottom: 20px;
}
.z-swiper-container .swiper-pagination span {
  background: rgba(255, 255, 255, 0.8);
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50%;
  margin-left: 15px;
  cursor: pointer;
}
.z-swiper-container .swiper-pagination span.swiper-active-switch {
  background: transparent;
  display: inline-block;
  border: 3px solid #ffcc00;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-left: 20px;
  cursor: pointer;
}
.z-notice-swiper {
  width: 1000px;
  height: 35px;
  border: 1px solid #687385;
  background-color: #ffffff;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
}
.z-notice-swiper::after {
  width: 42px;
  height: 34px;
  position: absolute;
  top: 0;
  z-index: 999;
  left: 0;
  background: url('../images/z_notice.png') no-repeat;
  background-color: #ffffff;
  background-position: 10px 7px;
}
.z-notice-swiper .z-notice-container {
  overflow: hidden;
  height: 35px;
  line-height: 35px;
  white-space: nowrap;
  background: #ffffff;
}
.z-notice-swiper .z-notice-container li {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  margin: 0 10px;
}
.z-c-left {
  width: 640px;
  float: left;
}
.z-n-h {
  height: 35px;
  border-bottom: 1px solid #cccccc;
}
.z-n-h::after {
  content: '';
  display: block;
  clear: both;
}
.z-n-h-t {
  float: left;
}
.z-n-h-t .icon_u {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  background: url('../images/user_icon.png') no-repeat;
  background-size: 20px 20px;
}
.z-n-h-t .icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  background: url('../images/z_edit.png') no-repeat;
  background-size: 20px 20px;
}
.z-n-h-t .text {
  vertical-align: middle;
  font-size: 18px;
  letter-spacing: 0.5px;
  color: #4d4e53;
  display: inline-block;
  margin-right: 10px;
}
.z-n-h-t .text-en {
  vertical-align: middle;
  color: #b3b3b3;
  display: inline-block;
  font-size: 16px;
}
.z-n-h-m {
  float: right;
  height: 35px;
  cursor: pointer;
}
.z-n-h-m .text {
  display: inline-block;
  color: #666666;
  font-size: 14px;
  vertical-align: middle;
  margin-right: 7px;
}
.z-n-h-m .icon {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  background: url('../images/z_more.png') no-repeat;
  background-size: 15px 15px;
}
.z-l-c ::after {
  content: "";
  clear: both;
  display: block;
}
.z-l-c .zn-img {
  margin-top: 25px;
  float: left;
  width: 282px;
  height: 200px;
}
.z-l-c .zn-img img {
  width: 282px;
  height: 200px;
}
.z-l-c .zn-list {
  width: 332px;
  float: right;
  margin-top: 15px;
}
.z-l-c .zn-list li {
  font-size: 14px;
  color: #333333;
  height: 35px;
  width: 332px;
  line-height: 34px;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: 1px solid #cccccc;
}
.z-c-right {
  float: right;
  width: 320px;
}
.z-c-right::after {
  content: '';
  display: block;
  clear: both;
}
.z-c-right .zd-content {
  margin-top: 20px;
  font-size: 14px;
  line-height: 22px;
  text-indent: 28px;
  width: 320px;
  height: 200px;
  overflow: hidden;
  text-align: justify;
  text-justify: inter-ideograph;/*IE*/
}
.z-bottom {
  margin-bottom: 39px;
}
.z-zz {
  margin-bottom: 25px;
}
.z-p-container {
  margin-bottom: 39px;
}
.z-p-container::after {
  content: '';
  clear: both;
  display: block;
}
.z-p-container .item {
  float: left;
  font-size: 0px;
  width: 300px;
}
.z-p-container .item .item-img {
  width: 250px;
  height: 250px;
  margin: 20px 20px;
  margin-bottom: 18px;
}
.z-p-container .item .item-img img {
  width: 250px;
  height: 250px;
  margin: 20px 20px;
  transition: all 0.3s ease-in-out;
}
.z-p-container .item .item-img img:hover {
  margin: 20px 20px;
  margin-top: -10px;
}
.z-p-container .item .item-text {
  text-align: center;
  font-size: 14px;
  color: #425067;
  line-height: 21px;
}
.z-p-container .zmr {
  margin-right: 5px;
}
.z-link {
  margin-bottom: 25px;
}
.z-link-content {
  margin-bottom: 48px;
}
.z-link-content::after {
  content: '';
  display: block;
  clear: both;
}
.z-link-img {
  display: block;
  float: left;
  cursor: pointer;
  width: 145px;
  height: 49px;
  transition: all 0.3s ease-in-out;
}
.z-link-img:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  transform: translate3d(0, -2px, 0);
}
.zmr25 {
  margin-right: 25px;
}
